home *** CD-ROM | disk | FTP | other *** search
- stop();
- var s_point = new Sound();
- s_point.attachSound("s_point");
- var hiten = new Sound();
- hiten.attachSound("hiten");
- var jg = new Sound();
- jg.attachSound("jg");
- var wm1 = new Sound();
- wm1.attachSound("w1");
- var wm2 = new Sound();
- wm2.attachSound("w2");
- var wm3 = new Sound();
- wm3.attachSound("w3");
- var wm4 = new Sound();
- wm4.attachSound("w4");
- var js = new Sound();
- js.attachSound("jump_s");
- var d_s = new Sound();
- d_s.attachSound("die_s");
- var hit_s = new Sound();
- hit_s.attachSound("hit_s");
- var bomb_s = new Sound();
- bomb_s.attachSound("bomb_s");
- var fire_s = new Sound();
- fire_s.attachSound("fire_s");
- var quake_s = new Sound();
- quake_s.attachSound("quake_s");
- var s_hit = new Sound();
- s_hit.attachSound("superHit");
-